@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}
#wrap {
    min-height: 100%;
    *display: table; /* For IE7 Hack */
    *height: 100%; /* For IE7 Hack */
}
#wrapin {
     overflow: auto;
     padding-bottom: 140px;
}
#footerArea {
     position: relative;
     margin-top: -140px; 
     height: 140px;
     clear: both;
}
body:before {
     content: "";
     height: 100%;
     float: left;
     width: 0;
     margin-top: -32767px; 
 }
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-family: 'Open Sans', Calibri, Verdana, Geneva, sans-serif;	
}
img {
	height: auto;
    max-width: 100%;
}
h1, h2 {
	
}
h3, h4{}
h1, h4 {
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}
h1 {
	background-image: url(../images/line.png);
	height: 56px;
	line-height: 56px;	
}
h4 {
	background-image: url(../images/line2.png);
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: #FFF;
}
.bg_lightblue {
	background-color: #0096CE;
}
.bg_darkblue {
	background-color: #005598;
}
h2 {
	background-color: #005098;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	padding-left: 15px;
}
h3 {
	text-align: center;
	font-size: 16px;
	height: 30px;
	width: 215px;
	line-height: 30px;
	font-weight: 700;
}

p {
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	padding-top: 10px;
}
.content{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pagetitleArea {
	background-color: #005598;
	height: auto;
	width: 100%;
}
.pagetitle{
	background-image: url(../images/pagetitle.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 36px;
	line-height: 130px;
	font-weight: 800;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	height: 130px;
	padding-left: 90px;
}


/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (min-width: 700px) and (max-width: 949px) {
.content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding:20px;
}
.pagetitle{
	background-image: url(../images/pagetitle.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 60px;
	font-size: 34px;
	line-height: 120px;
	font-weight: 800;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	height: 120px;
	padding-left: 80px;
}

}

@media only screen and (min-width: 100px) and (max-width: 699px) {
.content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding:20px;
}
.pagetitle{
	background-image: url(../images/pagetitle_s.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 28px;
	line-height: 30px;
	font-weight: 800;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	height: auto;
	padding: 20px 0px 20px 60px;
}
}